home *** CD-ROM | disk | FTP | other *** search
- object SQLErrorDlg: TSQLErrorDlg
- Left = 282
- Top = 186
- ActiveControl = ContinueButton
- BorderStyle = bsDialog
- Caption = 'SQL Error'
- ClientHeight = 240
- ClientWidth = 419
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 419
- Height = 167
- Align = alClient
- BevelOuter = bvNone
- BorderWidth = 5
- TabOrder = 0
- object errorText: TMemo
- Left = 5
- Top = 5
- Width = 409
- Height = 157
- Align = alClient
- ScrollBars = ssBoth
- TabOrder = 0
- WantReturns = False
- WordWrap = False
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 167
- Width = 419
- Height = 73
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object RzSeparator1: TRzSeparator
- Left = 6
- Top = 29
- Width = 407
- Height = 4
- HighlightLocation = hlUpperLeft
- ShowGradient = True
- Color = clBtnFace
- ParentColor = False
- end
- object StopButton: TRzButton
- Left = 6
- Top = 38
- Hint = 'Stop running the script'
- Cancel = True
- ModalResult = 2
- Caption = '&Stop'
- HotTrack = True
- TabOrder = 2
- end
- object ContinueButton: TRzButton
- Left = 91
- Top = 38
- Hint = 'Continue running the script'
- Default = True
- ModalResult = 1
- Caption = '&Continue'
- HotTrack = True
- TabOrder = 3
- end
- object IgnoreThisError: TCheckBox
- Left = 7
- Top = 1
- Width = 179
- Height = 20
- Caption = 'Ignore this error (for current run)'
- TabOrder = 0
- end
- object IgnoreAllErrors: TCheckBox
- Left = 184
- Top = 1
- Width = 200
- Height = 20
- Caption = 'Ignore all errors (for current run)'
- TabOrder = 1
- end
- end
- end
-